Conversation
See https://svn.boost.org/trac/boost/wiki/TravisCoverals . Switch to travis trusty distribution in order to get gcc 4.8 an passable C++11 support.
Add missing <fstream> include.
Is there any fix available that will allow Many thanks, |
|
@pmcenery sadly I didn't continue the investigation back than and therefore I have no fix available. However, you could try replacing |
DO NOT MERGE YET
So as implied by the headline, I'm currently working toward a green "build|passed" travis sticker.
I updated the travis configuration file, so that Ubuntu 14.04 LTS and
GCC 4.8will be used which in turn means that the C++0x (or better C++11) build no longer fails because of Boost.Thread.Furthermore I fixed the selfpipe example (#52) and the fourth tutorial (#53).
Unfortunately the Travis
GCC 4.8C++11 build of the latter fails (see the build log). I located the problem inapplication/auto_handler.hppwhere thebase_selectorof theauto_handlerclass seems to incorrectly pickhandler_auto_set_uinstead ofhandler_auto_set_c. Which of course can't find a standard constructor formyapp. Please note thatMSVC 19andGCC 4.8with-std=c++03didn't reproduce the misbehaviour... Any thoughts?